C programming language - translation to Αγγλικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

C programming language - translation to Αγγλικά

GENERAL-PURPOSE PROGRAMMING LANGUAGE
C language; K and R C; K&R C; C (Programming Language); C programming; K and r c; C (programming); C program; C (computer language); Computer language C; C programing language; C (language); Criticism of the C programming language; C prog; C programming language; C programming language, criticism; Criticism of C (programming language); Criticism of C; C programming Language; .c; C Language; C (programming langage); C (lang); C Programming; C programming language/K and R C; Programming language C; C-programming; C lang; 32/16 bit C programming; C programming language/Evolution; C (software); User:Cortex128/C; History of the C programming language; Data types in C; Memory management in C; C78 (C version)
  • thumb
  • "Hello, World!" program by [[Brian Kernighan]] (1978)
  • [[Dennis Ritchie]] (right), the inventor of the C programming language, with [[Ken Thompson]]
  • The cover of the book ''The C Programming Language'', first edition, by [[Brian Kernighan]] and [[Dennis Ritchie]]
  • The C Programming Language
  • url-status=live }}</ref>

C language         
Lenguaje C, Lengua de programación C, Especie de lengua de computación superior
C programming language         
PROGRAMMING BOOK WRITTEN BY BRIAN KERNIGHAN AND DENNIS RITCHIE
K and R; The c programming language; C Programming Language; K and r; The C programming language; K&R2; The C Programming Language (book)
C plus plus, Lengua C++, Lengua de computación C++, Especie de lengua superior de orientación de objetos
C++ programming language         
  • Bjarne Stroustrup, the creator of C++, in his AT&T New Jersey office, {{circa}} 2000
Lengua de computación C, Lenguaje C, Especie de lengua superior

Ορισμός

BANDA C
La Banda de frecuencias de Satélite entre 3.7 y 4.2 Gigahertz (GHz).

Βικιπαίδεια

C (programming language)

C (pronounced – like the letter c) is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs. It has found lasting use in operating systems, device drivers, protocol stacks, though decreasingly for application software. C is commonly used on computer architectures that range from the largest supercomputers to the smallest microcontrollers and embedded systems.

A successor to the programming language B, C was originally developed at Bell Labs by Ritchie between 1972 and 1973 to construct utilities running on Unix. It was applied to re-implementing the kernel of the Unix operating system. During the 1980s, C gradually gained popularity. It has become one of the most widely used programming languages, with C compilers available for practically all modern computer architectures and operating systems. C has been standardized by ANSI since 1989 (ANSI C) and by the International Organization for Standardization (ISO).

C is an imperative procedural language, supporting structured programming, lexical variable scope and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code.

Since 2000, C has consistently ranked among the top two languages in the TIOBE index, a measure of the popularity of programming languages.